MDI Forms Example for C#Builder - Simple Text Editor
----------------------------------------------------
This example application is a simple Rich Text Format (RTF) and plain text format text editor.

Development topics demonstrated in this example include:
1) Creating Multiple Document Interface (MDI) forms.
2) Merging child form menu items with the main form.
3) Simple MDI child form arrangement.
4) Using RichTextBox, including loading and saving RTF and plain text files, enabling/disabling word wrap, programmatically performing editing operations such as Cut, Copy, Paste and Select All, formatting text including alignment and changing fonts.

Compiling
---------
Open the project file TextEditor.bdsproj and then select Project, Build TextEditor.

Jarrod Hollingworth
http://www.csharpbuilder.info
